home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / mc / panel / scripts / DefineButton2_105 / BUTTONCONDACTION on(release).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  183 b   |  10 lines

  1. on(release){
  2.    set("_level40/sound/lib:sound","203");
  3.    call("_level40/sound/lib:play");
  4.    gotoAndStop(1);
  5.    tellTarget("_level50")
  6.    {
  7.       gotoAndStop("off");
  8.    }
  9. }
  10.